home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / e-is / OOo_2.0beta_tr_TR_WinIntel / openofficeorg4.cab / autotest.py < prev    next >
Encoding:
Python Source  |  2005-03-21  |  211 b   |  7 lines

  1. # This should be equivalent to running regrtest.py from the cmdline.
  2. # It can be especially handy if you're in an interactive shell, e.g.,
  3. # from test import autotest.
  4.  
  5. from test import regrtest
  6. regrtest.main()
  7.